<feed xmlns='http://www.w3.org/2005/Atom'>
<title>Low-Battery-Yup/Low Battery Yup, branch master</title>
<subtitle>Dismiss Mac OS X's low battery warning dialog with the keyboard</subtitle>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Low-Battery-Yup/'/>
<entry>
<title>Remove Credits.rtf</title>
<updated>2016-12-03T09:21:07+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-12-03T09:21:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Low-Battery-Yup/commit/?id=dc0237bd0b345408f1c5700dc562078ce1d32706'/>
<id>dc0237bd0b345408f1c5700dc562078ce1d32706</id>
<content type='text'>
Remove this file as it isn't relevant at this point. We'll go with the
simplified About panel instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove this file as it isn't relevant at this point. We'll go with the
simplified About panel instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Low Battery Yup-Info.plist: Update NSHumanReadableCopyright</title>
<updated>2016-12-03T09:19:06+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-12-03T09:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Low-Battery-Yup/commit/?id=db1451d1d5b166e0577f96f4cef8e17e091bd7cf'/>
<id>db1451d1d5b166e0577f96f4cef8e17e091bd7cf</id>
<content type='text'>
Don't use my initials.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't use my initials.
</pre>
</div>
</content>
</entry>
<entry>
<title>MainMenu.xib: Remove unnecessary menu items</title>
<updated>2016-12-03T09:16:25+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-12-03T09:15:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Low-Battery-Yup/commit/?id=821b3f9c43efa855e7c0aeb5f5400cef6761429e'/>
<id>821b3f9c43efa855e7c0aeb5f5400cef6761429e</id>
<content type='text'>
Remove: File, Edit, View, Format

These don't apply to this app and their functions aren't relevant here.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Remove: File, Edit, View, Format

These don't apply to this app and their functions aren't relevant here.
</pre>
</div>
</content>
</entry>
<entry>
<title>Set MASShortcut build architecture to 64-bit</title>
<updated>2016-12-03T07:52:35+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-12-03T07:52:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Low-Battery-Yup/commit/?id=a9d6c99df032ca30fd445160203a507f95b218b1'/>
<id>a9d6c99df032ca30fd445160203a507f95b218b1</id>
<content type='text'>
My release build was failing because of this error:

    error: -fobjc-arc is not supported with fragile abi

Set MASShortcut to force 64-bit architectures because it uses ARC and
from what I understand ARC can only be used on 64-bit.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
My release build was failing because of this error:

    error: -fobjc-arc is not supported with fragile abi

Set MASShortcut to force 64-bit architectures because it uses ARC and
from what I understand ARC can only be used on 64-bit.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add copyright and license text to all source files</title>
<updated>2016-12-03T06:06:52+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-12-03T06:06:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Low-Battery-Yup/commit/?id=ce4e6e5cae1b1144d6bdd95c6ed2ce663ec31e1c'/>
<id>ce4e6e5cae1b1144d6bdd95c6ed2ce663ec31e1c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Populate launchd plist</title>
<updated>2016-12-02T22:33:43+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-12-02T22:33:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Low-Battery-Yup/commit/?id=83cf716ed5534dcfc26a3e0a6e8463979989772f'/>
<id>83cf716ed5534dcfc26a3e0a6e8463979989772f</id>
<content type='text'>
Add the necessary keys to the launchd plist to start the daemon
application with the right properties on login.

Used the Tunnelblick launchd plist as a reference.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add the necessary keys to the launchd plist to start the daemon
application with the right properties on login.

Used the Tunnelblick launchd plist as a reference.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a button to launch &amp; quit the daemon</title>
<updated>2016-12-02T22:02:10+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-12-02T22:02:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Low-Battery-Yup/commit/?id=0c796e9e499db506c142b6b0e3ae6ef8b20d9ec8'/>
<id>0c796e9e499db506c142b6b0e3ae6ef8b20d9ec8</id>
<content type='text'>
Add a new button to the UI that either launches or quits the daemon
depending on whether it's currently running.

The button is set as a "Toggle" type that will cycle between "Launch
Application" and "Quit Application" labels when clicked.

Depending on the button's state (0 or 1), it will either launch or quit
the daemon.

The button's initial state is set on the UI application's launch to
determine how it should read &amp; what it should do.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new button to the UI that either launches or quits the daemon
depending on whether it's currently running.

The button is set as a "Toggle" type that will cycle between "Launch
Application" and "Quit Application" labels when clicked.

Depending on the button's state (0 or 1), it will either launch or quit
the daemon.

The button's initial state is set on the UI application's launch to
determine how it should read &amp; what it should do.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "DaemonLauncher.m: Check if daemon is running before launch or quit"</title>
<updated>2016-12-02T21:47:37+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-12-02T21:47:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Low-Battery-Yup/commit/?id=8de5b8fc6a3d32a6900b5e010cc3b173ec5ecad6'/>
<id>8de5b8fc6a3d32a6900b5e010cc3b173ec5ecad6</id>
<content type='text'>
This reverts commit e5debc332f2b11f4e768e0a5b0f2b8770c25523e.

Actually, I don't really like that. The methods should instead do first
and error if it doesn't work. Why bother checking? We'll keep the
`isRunning` method around though because we need it to know what the
"Launch Application" button should read.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit e5debc332f2b11f4e768e0a5b0f2b8770c25523e.

Actually, I don't really like that. The methods should instead do first
and error if it doesn't work. Why bother checking? We'll keep the
`isRunning` method around though because we need it to know what the
"Launch Application" button should read.
</pre>
</div>
</content>
</entry>
<entry>
<title>DaemonLauncher.m: Check if daemon is running before launch or quit</title>
<updated>2016-12-02T21:45:45+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-12-02T21:45:45+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Low-Battery-Yup/commit/?id=e5debc332f2b11f4e768e0a5b0f2b8770c25523e'/>
<id>e5debc332f2b11f4e768e0a5b0f2b8770c25523e</id>
<content type='text'>
If the daemon is already running when `launch` is called, don't bother
launching. If the daemon is not running when `quit` is called, don't
bother quitting.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the daemon is already running when `launch` is called, don't bother
launching. If the daemon is not running when `quit` is called, don't
bother quitting.
</pre>
</div>
</content>
</entry>
<entry>
<title>DaemonLauncher: Add `isRunning` method</title>
<updated>2016-12-02T21:39:21+00:00</updated>
<author>
<name>Teddy Wing</name>
</author>
<published>2016-12-02T21:39:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.teddywing.com/Low-Battery-Yup/commit/?id=ac1d82e1fff9039a5dabe1404d6f03faaad28ef5'/>
<id>ac1d82e1fff9039a5dabe1404d6f03faaad28ef5</id>
<content type='text'>
Says whether or not the daemon app is currently running.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Says whether or not the daemon app is currently running.
</pre>
</div>
</content>
</entry>
</feed>
